home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pcmagwin.zip / BC.MAK next >
Text File  |  1992-11-02  |  526b  |  20 lines

  1. #-------------------------------------------------------------------------
  2. #
  3. #  CHANGER.MAK - Make file for Changer program
  4. #
  5. #  (c) Douglas Boling, 1992
  6. #
  7. #-------------------------------------------------------------------------
  8.  
  9. changer.exe: changer.obj changer.def changer.res
  10.     tlink /Tw c0ws changer, changer.exe,, cws cs import, changer.def
  11.     rc changer.res 
  12.  
  13. changer.obj : changer.c changer.h
  14.     BCC -c -ms -w-sus -w-par -WE changer.c
  15.  
  16. changer.res : changer.rc changer.h
  17.     rc -r changer.rc
  18.  
  19.  
  20.